ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / PropertyStorage<T> Class
Members

In This Topic
    PropertyStorage<T> Class
    In This Topic
    The PropertyStorage<T> is the storage for some object properties.
    Object Model
    PropertyStorage<T> Class
    Syntax
    'Declaration
     
    Public Class PropertyStorage(Of T As IKeyName) 
       Inherits C1.C1Schedule.C1BindingSource
    public class PropertyStorage<T> : C1.C1Schedule.C1BindingSource 
    where T: IKeyName
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.C1Schedule.C1BindingSource
                C1.GanttView.PropertyStorage<T>

    See Also